home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / xlib03.zip / UPDATES.DOC < prev    next >
Text File  |  1993-04-05  |  2KB  |  65 lines

  1. Xlib version 2 modifications
  2.  
  3. Files modified:
  4.   XLIB.INC
  5.   XMAIN.ASM
  6.   DEMO.C
  7.  
  8.  
  9. 26-09-92 - PRIMARILY JUST ADDED SUPPORT FOR PEL PANNING
  10.  
  11.        Pel panning code added to allow for panning to any pixel
  12.        coordinates.
  13.        Functions affected:
  14.           x_set_splitscreen
  15.         Split screen pel panning suppression code added.
  16.         Functionally unchanged.
  17.           x_set_start_addr,x_page_flip
  18.         Pel panning code added. The x parameter now expects
  19.         a pixel coordinate where previously a byte coordinate
  20.         was expected.
  21.  
  22.        Original files modified
  23.        -----------------------
  24.        XLIB.INC
  25.        XMAIN.ASM
  26.        DEMO.C
  27.        Aknowledgements
  28.        ---------------
  29.        Thanks to Robert Schmidt for contributed PEL panning sample
  30.        code and everyone else who responded to my rec.games.programmer
  31.        post.
  32.  
  33. 10-10-92 - BUG ERADICATION AND ADDITION OF NEW MODULES AND MINOR CODE
  34.        EXTENSIONS
  35.  
  36.        MaxScrollX and MaxScrollY were not always set correctly, now
  37.        that's fixed (I Think)
  38.        Added variable "SplitScrnVisibleHeight" needed for above fix.
  39.            Some miscellaneous code changes
  40.        Included XCBITMAP module generously donated by Matthew MacKenzie
  41.        Added support for the LARGE memory model
  42.        Added a make file to simplify compilation
  43.        Library modules now compiled into .LIB files
  44.        Added a documentation file
  45.        Added XBMTOOLS module containing bitmap type conversion
  46.        Added XDETECT module containing hardware detection functions
  47.        Added C header files for all modules
  48.        ADDED XFILEIO module
  49.        ADDED XRLETOOL module
  50.  
  51.  
  52.        Original files modified
  53.        -----------------------
  54.            XLIB.INC
  55.        XMAIN.ASM
  56.        DEMO.C
  57.        XTEXT.INC
  58.        XTEXT.ASM
  59.  
  60.        Aknowledgements
  61.        ---------------
  62.        Special thanks to Matthew Mackenzie for an excellent module
  63.        and Darren Lyon for putting together a C header file for XLIB.
  64.        Again thanks also to everyone else who supported this software.
  65.